home *** CD-ROM | disk | FTP | other *** search
/ Sprite 1984 - 1993 / Sprite 1984 - 1993.iso / lib / tclX-6.4 / help / libraries / demand_load < prev    next >
Encoding:
Text File  |  1992-12-17  |  604 b   |  13 lines

  1.  
  2.           demand_load procname
  3.           Attempt to load the specified procedure, either as an
  4.           autoload function or by loading the package containing the
  5.           procedure.  If the package indexes have not been loaded for
  6.           all package libraries in TCLPATH, they will be loaded.
  7.           Out-of-date library indexes will be rebuilt if they are
  8.           writable.  The procedure returns 1 if the procedure was
  9.           sucessfully loaded, or 0 if it was not.
  10.  
  11.           Duplicated package names are skipped, the first package of a
  12.           given name found in the path is loaded.
  13.